home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1237 / readme.txt < prev    next >
Text File  |  1997-04-18  |  5KB  |  109 lines

  1. This file (README.TXT) contains important and last minute 
  2. information about:
  3.  
  4. dCG (draft) Code Generator v0.07a
  5. A general purpose source code generator for Windows
  6. 16-bit edition (Windows 3.x) 07-Oct-1996
  7.  
  8. rncbc (c) 1996, Copyright by Rui Capela
  9. Email: rncbc@mail.telepac.pt
  10. CompuServe: 100256,2502  rncbc@compuserve.com
  11. http://ourworld.compuserve.com/homepages/dCG1.htm
  12.  
  13. =======================================================================
  14.  
  15. dCG primary use is intended to generate all that common code
  16. that you have to type whenever you're about to start a new
  17. project. This has been quite useful in the Windows programming
  18. arena, where one have to type the same good old code every time
  19. a new idea comes into mind. Yes there's truth that every C/C++
  20. compiler vendor offers something that fills neatly this task,
  21. but it's somewhat hardwired to a specific framework (e.g. MFC,
  22. OWL). What about if you have your own framework? There's where
  23. dCG could help.
  24.  
  25. This is an example of the necessity for a code generator like dCG.
  26. The basic idea is that you have to type all the common code
  27. nevertheless, but only once and with a little help from dCG scripting,
  28. you tailor that code as a template and build a base groundwork for
  29. next projects.
  30.  
  31. Of course it was created having C/C++ coding in mind, but I've been
  32. heavy using the same idea for creating everything else that can be
  33. held by a source text file: real examples have been COBOL mainframe
  34. code, REXX, DB2/SQL DDL, HTML, etc. Probably any other procedural
  35. language is no obstacle, as you can imagine.
  36.  
  37. If you have any specific question or problem in mind about using dCG
  38. for your own needs please feel free to state it. I'll appreciate very
  39. much helping you evaluating the usability of dCG. It can happen that
  40. it's the tool you want, but the opposite can also be true. There's
  41. nothing like really trying it!
  42.  
  43. =======================================================================
  44. FILES IN THIS PACKAGE
  45.  
  46. README.TXT   - This very file.
  47. CHANGES.TXT  - List of changes since last release.
  48. DCG.EXE      - The main application executable
  49.                (for Windows 3.x).
  50. DCGAPI.DLL   - The interpreter/generator engine component.
  51. DCGTYPES.DLL - Default data-type registration driver.
  52. DCG.HLP      - On-line documentation with dCG Scripting
  53.                language guide and reference.
  54. SAMPLE.DCG   - A sample script file, for a Generic Windows
  55.                SDK windows application.
  56.  
  57. =======================================================================
  58. INSTALLATION
  59.  
  60. Installation of this package should be done by following 
  61. these steps:
  62.  
  63. 1. Create a working directory on your computer for the 
  64.    application (e.g. C:\DCG).
  65. 2. Copy all files to the directory you've just created.
  66. 3. If you wish, create a program group and/or item icon
  67.    to point to DCG.EXE.
  68. 4. Now you're ready to run DCG.EXE.
  69.  
  70. Note: If you've installed a previous version of dCG make
  71.       sure you overwrite all existing files.
  72.  
  73. =======================================================================
  74. INTENDED FUTURE ENHANCEMENTS
  75.  
  76. 0. Correction of current version bugs and/or misfeatures.
  77. 1. Code generation project database to assist your "cut and
  78.    paste" way of code reusability (i.e. code snippets).
  79. 2. Extension driver to parse and process resource files (.RC).
  80.    This will let you generate custom dialog code for resource
  81.    files created by resource editors like Borland's Resource
  82.    Workshop or Microsoft's Dialog Editor and/or AppStudio.
  83. 3. A better edit custom control (in the Win95 version I will
  84.    try to use the RichEdit standard control).
  85. N. Any other suggestion you may think of -- spit it right 
  86.    through my Email address: rncbc@mail.telepac.pt.
  87.  
  88. =======================================================================
  89. DISCLAIMER
  90.  
  91. This is just an evaluation copy of software that are still in 
  92. alpha version. You can use and distribute the software without 
  93. prior agreement with the author, as far as you keep the above 
  94. copyright notice. This software is made available "as is" 
  95. without any express or implied warranty of merchantability or 
  96. fitness for a particular purpose. The author, Rui Nuno Capela,
  97. is not responsible for lost profits or revenue, loss of use of 
  98. the software, loss of data, costs of recreating lost data, the 
  99. cost of any substitute equipment or program, or claims by any 
  100. party other than you.
  101.  
  102. =======================================================================
  103. Enjoy dCG.
  104.  
  105. rncbc a.k.a. Rui Nuno Capela
  106. Email: rncbc@mail.telepac.pt
  107. CompuServe: 100256,2502 or rncbc@compuserve.com
  108. http://ourworld.compuserve.com/homepages/rncbc
  109.